home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / FSPLIT.ZIP / fsplit.os2.diff < prev    next >
Encoding:
Text File  |  1996-04-22  |  520 b   |  20 lines

  1. *** fsplit.c    Sun Apr 21 23:07:34 1996
  2. --- fsplit.c.distribution    Sun Apr 21 23:06:52 1996
  3. ***************
  4. *** 163,169 ****
  5.       if (nflag) {            /* rename the file */
  6.           if(saveit(name)) {
  7.               if (stat(name, &sbuf) < 0 ) {
  8. !                 rename(x, name);
  9.                   unlink(x);
  10.                   printf("%s\n", name);
  11.                   continue;
  12. --- 163,169 ----
  13.       if (nflag) {            /* rename the file */
  14.           if(saveit(name)) {
  15.               if (stat(name, &sbuf) < 0 ) {
  16. !                 link(x, name);
  17.                   unlink(x);
  18.                   printf("%s\n", name);
  19.                   continue;
  20.